| Name | Description |
 | AllBeAssignableTo | Overloaded. Asserts that all items in the collection are of the specified type TExpectation (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | AllBeEquivalentTo | Overloaded.
Asserts that all elements in a collection of objects are equivalent to a given object.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | AllBeOfType | Overloaded. Asserts that all items in the collection are of the exact specified type TExpectation (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | AllSatisfy |
Asserts that a collection contains only items which meet
the criteria provided by the inspector.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeAssignableTo | Overloaded. Asserts that the object is assignable to a variable of type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | BeEmpty |
Asserts that the collection does not contain any items.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeEquivalentTo | Overloaded.
Asserts that a collection of objects is equivalent to another collection of objects.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeInAscendingOrder | Overloaded. Expects the current collection to have all elements in ascending order. Elements are compared using their System.IComparable.CompareTo(System.Object) implementation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeInDescendingOrder | Overloaded. Expects the current collection to have all elements in descending order. Elements are compared using their System.IComparable.CompareTo(System.Object) implementation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeNull |
Asserts that the current object has not been initialized yet.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | BeNullOrEmpty |
Asserts that the collection is null or does not contain any items.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | BeOfType | Overloaded. Asserts that the object is of the specified type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | BeSameAs |
Asserts that an object reference refers to the exact same object as another object reference.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | BeSubsetOf | Asserts that the collection is a subset of the . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | Contain | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ContainEquivalentOf | Overloaded. Asserts that at least one element in the collection is equivalent to expectation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ContainInConsecutiveOrder | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ContainInOrder | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ContainItemsAssignableTo<TExpectation> | Asserts that the current collection contains at least one element that is assignable to the type . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ContainSingle | Overloaded.
Expects the current collection to contain only a single item.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | EndWith | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | Equal | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | Equals | (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveCount | Overloaded. Asserts that the number of items in the collection matches the supplied expected amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveCountGreaterThan | Asserts that the number of items in the collection is greater than the supplied amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveCountGreaterThanOrEqualTo | Asserts that the number of items in the collection is greater than or equal to the supplied amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveCountLessThan | Asserts that the number of items in the collection is less than the supplied amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveCountLessThanOrEqualTo | Asserts that the number of items in the collection is less than or equal to the supplied amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveElementAt | Asserts that the current collection has the supplied at the supplied . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveElementPreceding | Asserts that the element directly precedes the . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveElementSucceeding | Asserts that the element directly succeeds the . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | HaveSameCount<TExpectation> | Assert that the current collection has the same number of elements as . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | IntersectWith | Asserts that the collection shares one or more items with the specified . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | Match | Overloaded. Asserts that the predicate is satisfied. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | NotBeAssignableTo | Overloaded. Asserts that the object is not assignable to a variable of type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | NotBeEmpty |
Asserts that the collection contains at least 1 item.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotBeEquivalentTo | Overloaded. Expects the current collection not to contain all elements of the collection identified by unexpected, regardless of the order. Elements are compared using their System.Object.Equals(System.Object). (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotBeInAscendingOrder | Overloaded. Asserts the current collection does not have all elements in ascending order. Elements are compared using their System.IComparable.CompareTo(System.Object) implementation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotBeInDescendingOrder | Overloaded. Asserts the current collection does not have all elements in descending order. Elements are compared using their System.IComparable.CompareTo(System.Object) implementation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotBeNull |
Asserts that the current object has been initialized.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | NotBeNullOrEmpty |
Asserts that the collection is not null and contains at least 1 item.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotBeOfType | Overloaded. Asserts that the object is not of the specified type . (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | NotBeSameAs |
Asserts that an object reference refers to a different object than another object reference refers to.
(Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TCollection,TAssertions>) |
 | NotBeSubsetOf | Asserts that the collection is not a subset of the . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContain | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContainEquivalentOf | Overloaded. Asserts that no element in the collection is equivalent to unexpected. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContainInConsecutiveOrder | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContainInOrder | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContainItemsAssignableTo | Overloaded. Asserts that the current collection does not contain any elements that are assignable to the type TExpectation. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotContainNulls | Overloaded. Asserts that the collection does not contain any a null reference (Nothing in Visual Basic) items. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotEqual | Expects the current collection not to contain all the same elements in the same order as the collection identified by . Elements are compared using their System.Object.Equals(System.Object). (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotHaveCount | Asserts that the number of items in the collection does not match the supplied amount. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotHaveSameCount<TExpectation> | Assert that the current collection does not have the same number of elements as . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | NotIntersectWith | Asserts that the collection does not share any items with the specified . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | OnlyContain |
Asserts that the collection only contains items that match a predicate.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | OnlyHaveUniqueItems | Overloaded.
Asserts that the collection does not contain any duplicate items.
(Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | Satisfy | Overloaded. Allows combining one or more assertions using the other assertion methods that this library offers on an instance of . (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | SatisfyRespectively | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | StartWith | Overloaded. (Inherited from FluentAssertions.Collections.GenericCollectionAssertions<TCollection,T,GenericCollectionAssertions<TCollection,T>>) |
 | ThenBeInAscendingOrder | Overloaded. Asserts that a subsequence is ordered in ascending order according to the value of the specified propertyExpression. |
 | ThenBeInDescendingOrder | Overloaded. Asserts that a subsequence is ordered in descending order according to the value of the specified propertyExpression. |